home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / lvo / expansion_lvo.h < prev    next >
C/C++ Source or Header  |  2000-03-13  |  936b  |  35 lines

  1. #ifndef _LVO_EXPANSION_LIB_H
  2. #define _LVO_EXPANSION_LIB_H
  3.  
  4. /*
  5.  *  $VER: expansion_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_AddConfigDev    (-0x1E)
  11. #define    LVO_AddBootNode    (-0x24)
  12. #define    LVO_AllocBoardMem    (-0x2A)
  13. #define    LVO_AllocConfigDev    (-0x30)
  14. #define    LVO_AllocExpansionMem    (-0x36)
  15. #define    LVO_ConfigBoard    (-0x3C)
  16. #define    LVO_ConfigChain    (-0x42)
  17. #define    LVO_FindConfigDev    (-0x48)
  18. #define    LVO_FreeBoardMem    (-0x4E)
  19. #define    LVO_FreeConfigDev    (-0x54)
  20. #define    LVO_FreeExpansionMem    (-0x5A)
  21. #define    LVO_ReadExpansionByte    (-0x60)
  22. #define    LVO_ReadExpansionRom    (-0x66)
  23. #define    LVO_RemConfigDev    (-0x6C)
  24. #define    LVO_WriteExpansionByte    (-0x72)
  25. #define    LVO_ObtainConfigBinding    (-0x78)
  26. #define    LVO_ReleaseConfigBinding    (-0x7E)
  27. #define    LVO_SetCurrentBinding    (-0x84)
  28. #define    LVO_GetCurrentBinding    (-0x8A)
  29. #define    LVO_MakeDosNode    (-0x90)
  30. #define    LVO_AddDosNode    (-0x96)
  31. #define    LVO_expansionPrivate1    (-0x9C)
  32. #define    LVO_expansionPrivate2    (-0xA2)
  33.  
  34. #endif
  35.